Uses of Interface
org.eclipse.vtp.framework.spi.IProcessEngine

Packages that use IProcessEngine
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.engine.osgi   
 

Uses of IProcessEngine in org.eclipse.vtp.framework.engine.http
 

Constructors in org.eclipse.vtp.framework.engine.http with parameters of type IProcessEngine
Deployment(IProcessEngine engine, IProcessDefinition definition, java.util.Dictionary properties, org.osgi.framework.Bundle contributor, IReporter reporter)
          Creates a new HttpDeployment.
HttpConnector(org.osgi.service.log.LogService log, IProcessEngine engine, org.osgi.service.http.HttpService httpService, IReporter reporter)
          Creates a new HttpConnector.
 

Uses of IProcessEngine in org.eclipse.vtp.framework.engine.main
 

Classes in org.eclipse.vtp.framework.engine.main that implement IProcessEngine
 class ProcessEngine
          ProcessEngine.
 

Uses of IProcessEngine in org.eclipse.vtp.framework.engine.osgi
 

Constructors in org.eclipse.vtp.framework.engine.osgi with parameters of type IProcessEngine
HttpConnectorManager(org.osgi.framework.BundleContext context, org.osgi.service.log.LogService log, org.eclipse.core.runtime.IExtensionRegistry extensionRegistry, IProcessEngine processEngine, IReporter reporter)
          Creates a new HttpConnectorManager.